home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / GRIDS.DFM / GRIDS.txt
Text File  |  1996-11-11  |  9KB  |  354 lines

  1. object GridForm: TGridForm
  2.   Left = 243
  3.   Top = 305
  4.   Width = 658
  5.   Height = 442
  6.   Caption = 'Grids'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object ScGraph1: TScGraph
  21.     Left = 0
  22.     Top = 0
  23.     Width = 650
  24.     Height = 386
  25.     AutoMetrics = True
  26.     PlotColor = clBtnFace
  27.     MarginLeft = 10
  28.     MarginRight = 30
  29.     MarginTop = 30
  30.     MarginBottom = 10
  31.     Frame = True
  32.     GraphTitle.Title = True
  33.     GraphTitle.Caption = 'Ticks and Grids'
  34.     GraphTitle.Position = 500
  35.     GraphTitle.Distance = 12
  36.     FramePen.Color = clSilver
  37.     AxisPen.Color = clSilver
  38.     GridVertical.MajorGrid = True
  39.     GridVertical.MinorGrid = True
  40.     GridVertical.MajorGridStyle = psSolid
  41.     GridVertical.MinorGridStyle = psDot
  42.     GridVertical.MajorGridColor = clGray
  43.     GridVertical.MinorGridColor = clGray
  44.     GridVertical.MajorGridWidth = 1
  45.     GridVertical.MinorGridWidth = 0
  46.     GridHorizontal.MajorGrid = True
  47.     GridHorizontal.MinorGrid = True
  48.     GridHorizontal.MajorGridStyle = psSolid
  49.     GridHorizontal.MinorGridStyle = psDot
  50.     GridHorizontal.MajorGridColor = clGray
  51.     GridHorizontal.MinorGridColor = clGray
  52.     GridHorizontal.MajorGridWidth = 1
  53.     GridHorizontal.MinorGridWidth = 0
  54.     AxisTitleFont.Color = clSilver
  55.     AxisTitleFont.Height = -13
  56.     AxisTitleFont.Name = 'Arial'
  57.     AxisTitleFont.Style = []
  58.     TickLabelFont.Color = clAqua
  59.     TickLabelFont.Height = -15
  60.     TickLabelFont.Name = 'Arial Narrow'
  61.     TickLabelFont.Style = [fsBold]
  62.     GraphTitleFont.Color = clAqua
  63.     GraphTitleFont.Height = -20
  64.     GraphTitleFont.Name = 'Century Schoolbook'
  65.     GraphTitleFont.Style = [fsBold]
  66.     LegendBox.ShowLegends = False
  67.     LegendBox.Placement = lbxRight
  68.     LegendBox.Distance = 8
  69.     LegendBox.Framed = True
  70.     LegendBox.FrameColor = clBlack
  71.     LegendBox.FrameWidth = 2
  72.     LegendBox.BoxColor = clWhite
  73.     LegendBox.BoxStyle = bsSolid
  74.     LegendFont.Color = clWindowText
  75.     LegendFont.Height = -13
  76.     LegendFont.Name = 'MS Sans Serif'
  77.     LegendFont.Style = []
  78.     XAxis.MajorTicks = True
  79.     XAxis.MinorTicks = True
  80.     XAxis.MajorTickLen = 12
  81.     XAxis.MinorTickLen = 8
  82.     XAxis.MajorTickWid = 3
  83.     XAxis.MinorTickWid = 1
  84.     XAxis.TickPosition = tpOut
  85.     XAxis.Title = False
  86.     XAxis.TitleText = 'X'
  87.     XAxis.TitleDist = 4
  88.     XAxis.TitlePos = 500
  89.     XAxis.TitleAngle = lr0
  90.     XAxis.TickLabels = True
  91.     XAxis.LabelFormat = '%3.0f'
  92.     XAxis.LabelDistance = 4
  93.     XAxis.LabelAngle = lr0
  94.     YAxis.MajorTicks = True
  95.     YAxis.MinorTicks = True
  96.     YAxis.MajorTickLen = 12
  97.     YAxis.MinorTickLen = 8
  98.     YAxis.MajorTickWid = 3
  99.     YAxis.MinorTickWid = 1
  100.     YAxis.TickPosition = tpOut
  101.     YAxis.Title = False
  102.     YAxis.TitleText = 'Y'
  103.     YAxis.TitleDist = 4
  104.     YAxis.TitlePos = 500
  105.     YAxis.TitleAngle = lr90
  106.     YAxis.TickLabels = True
  107.     YAxis.LabelFormat = '%3.1f'
  108.     YAxis.LabelDistance = 4
  109.     YAxis.LabelAngle = lr90
  110.     XScale.ScaleType = stLog
  111.     XScale.Min = 1.000000000000000000
  112.     XScale.Max = 100.000000000000000000
  113.     XScale.LinStep = 2.000000000000000000
  114.     XScale.MinRange = 10.000000000000000000
  115.     XScale.Intersection = 1.000000000000000000
  116.     XScale.MinorTickNumber = 1
  117.     XScale.MinorLogPattern = [st20, st30, st40, st60, st70, st80, st90]
  118.     XScale.MajorLogPattern = [lt50]
  119.     XScale.AutoSizing = False
  120.     XScale.AutoStepping = True
  121.     YScale.ScaleType = stLin
  122.     YScale.Max = 10.000000000000000000
  123.     YScale.LinStep = 2.000000000000000000
  124.     YScale.MinRange = 10.000000000000000000
  125.     YScale.MinorTickNumber = 1
  126.     YScale.MinorLogPattern = [st20, st30, st40]
  127.     YScale.MajorLogPattern = [lt50]
  128.     YScale.AutoSizing = False
  129.     YScale.AutoStepping = False
  130.     Plotting = True
  131.     Align = alClient
  132.     ctl3d = True
  133.     Color = clNavy
  134.     ParentCtl3d = False
  135.     ParentFont = False
  136.   end
  137.   object MainMenu1: TMainMenu
  138.     Left = 608
  139.     Top = 32
  140.     object File1: TMenuItem
  141.       Caption = 'File'
  142.       GroupIndex = 1
  143.       ShortCut = 0
  144.       object Close1: TMenuItem
  145.         Caption = 'Close'
  146.         ShortCut = 0
  147.         OnClick = Close1Click
  148.       end
  149.       object Printersetup1: TMenuItem
  150.         Caption = 'Printer setup...'
  151.         ShortCut = 0
  152.         OnClick = Printersetup1Click
  153.       end
  154.       object Print1: TMenuItem
  155.         Caption = 'Print'
  156.         ShortCut = 0
  157.         OnClick = Print1Click
  158.       end
  159.       object N1: TMenuItem
  160.         Caption = '-'
  161.         ShortCut = 0
  162.       end
  163.       object Exit1: TMenuItem
  164.         Caption = 'Exit'
  165.         ShortCut = 0
  166.         OnClick = Exit1Click
  167.       end
  168.     end
  169.     object Edit1: TMenuItem
  170.       Caption = 'Edit'
  171.       GroupIndex = 2
  172.       ShortCut = 0
  173.       object Copygraph1: TMenuItem
  174.         Caption = 'Copy Graph'
  175.         ShortCut = 0
  176.         OnClick = Copygraph1Click
  177.       end
  178.       object Autometrics1: TMenuItem
  179.         Caption = 'Autometrics'
  180.         Checked = True
  181.         ShortCut = 0
  182.         OnClick = Autometrics1Click
  183.       end
  184.     end
  185.     object HorizGrid: TMenuItem
  186.       Caption = 'HorizGrid'
  187.       GroupIndex = 4
  188.       ShortCut = 0
  189.       object Step1: TMenuItem
  190.         Caption = 'Step Interval'
  191.         ShortCut = 0
  192.         OnClick = Step1Click
  193.       end
  194.       object minorTickNumber1: TMenuItem
  195.         Caption = 'Minor Tick Number'
  196.         ShortCut = 0
  197.         OnClick = minorTickNumber1Click
  198.       end
  199.     end
  200.     object VertGrid1: TMenuItem
  201.       Caption = 'VertGrid'
  202.       GroupIndex = 5
  203.       ShortCut = 0
  204.       object MajorGrid1: TMenuItem
  205.         Caption = 'Major Grid'
  206.         ShortCut = 0
  207.         object N21: TMenuItem
  208.           Caption = '2'
  209.           ShortCut = 0
  210.           OnClick = N21Click
  211.         end
  212.         object N31: TMenuItem
  213.           Caption = '3'
  214.           ShortCut = 0
  215.           OnClick = N31Click
  216.         end
  217.         object N41: TMenuItem
  218.           Caption = '4'
  219.           ShortCut = 0
  220.           OnClick = N41Click
  221.         end
  222.         object N51: TMenuItem
  223.           Caption = '5'
  224.           Checked = True
  225.           ShortCut = 0
  226.           OnClick = N51Click
  227.         end
  228.         object N61: TMenuItem
  229.           Caption = '6'
  230.           ShortCut = 0
  231.           OnClick = N61Click
  232.         end
  233.         object N71: TMenuItem
  234.           Caption = '7'
  235.           ShortCut = 0
  236.           OnClick = N71Click
  237.         end
  238.         object N81: TMenuItem
  239.           Caption = '8'
  240.           ShortCut = 0
  241.           OnClick = N81Click
  242.         end
  243.         object N91: TMenuItem
  244.           Caption = '9'
  245.           ShortCut = 0
  246.           OnClick = N91Click
  247.         end
  248.       end
  249.       object MinorGrid1: TMenuItem
  250.         Caption = 'Minor Grid'
  251.         ShortCut = 0
  252.         object N151: TMenuItem
  253.           Caption = '1.5'
  254.           ShortCut = 0
  255.           OnClick = N151Click
  256.         end
  257.         object N201: TMenuItem
  258.           Caption = '2.0'
  259.           Checked = True
  260.           ShortCut = 0
  261.           OnClick = N201Click
  262.         end
  263.         object N251: TMenuItem
  264.           Caption = '2.5'
  265.           ShortCut = 0
  266.           OnClick = N251Click
  267.         end
  268.         object N301: TMenuItem
  269.           Caption = '3.0'
  270.           Checked = True
  271.           ShortCut = 0
  272.           OnClick = N301Click
  273.         end
  274.         object N351: TMenuItem
  275.           Caption = '3.5'
  276.           ShortCut = 0
  277.           OnClick = N351Click
  278.         end
  279.         object N401: TMenuItem
  280.           Caption = '4.0'
  281.           Checked = True
  282.           ShortCut = 0
  283.           OnClick = N401Click
  284.         end
  285.         object N451: TMenuItem
  286.           Caption = '4.5'
  287.           ShortCut = 0
  288.           OnClick = N451Click
  289.         end
  290.         object N501: TMenuItem
  291.           Caption = '5.0'
  292.           ShortCut = 0
  293.           OnClick = N501Click
  294.         end
  295.         object N551: TMenuItem
  296.           Caption = '5.5'
  297.           ShortCut = 0
  298.           OnClick = N551Click
  299.         end
  300.         object N601: TMenuItem
  301.           Caption = '6.0'
  302.           Checked = True
  303.           ShortCut = 0
  304.           OnClick = N601Click
  305.         end
  306.         object N651: TMenuItem
  307.           Caption = '6.5'
  308.           ShortCut = 0
  309.           OnClick = N651Click
  310.         end
  311.         object N701: TMenuItem
  312.           Caption = '7.0'
  313.           Checked = True
  314.           ShortCut = 0
  315.           OnClick = N701Click
  316.         end
  317.         object N751: TMenuItem
  318.           Caption = '7.5'
  319.           ShortCut = 0
  320.           OnClick = N751Click
  321.         end
  322.         object N801: TMenuItem
  323.           Caption = '8.0'
  324.           Checked = True
  325.           ShortCut = 0
  326.           OnClick = N801Click
  327.         end
  328.         object N851: TMenuItem
  329.           Caption = '8.5'
  330.           ShortCut = 0
  331.           OnClick = N851Click
  332.         end
  333.         object N901: TMenuItem
  334.           Caption = '9.0'
  335.           Checked = True
  336.           ShortCut = 0
  337.           OnClick = N901Click
  338.         end
  339.         object N951: TMenuItem
  340.           Caption = '9.5'
  341.           ShortCut = 0
  342.           OnClick = N951Click
  343.         end
  344.       end
  345.     end
  346.     object Help1: TMenuItem
  347.       Caption = 'Help'
  348.       GroupIndex = 9
  349.       ShortCut = 0
  350.       OnClick = Help1Click
  351.     end
  352.   end
  353. end
  354.